home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 47 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  692 b 

  1. Path: news.netvision.net.il!usenet
  2. From: Gregory Karpinsky <karpinsk@netvision.net.il>
  3. Newsgroups: comp.lang.c++
  4. Subject: [Q] Inline gives "unresolved" in MSVC (Beginner)
  5. Date: 1 Jan 1996 05:19:29 GMT
  6. Organization: NetVision LTD.
  7. Message-ID: <4c7qt1$4lg@news.netvision.net.il>
  8. NNTP-Posting-Host: ts3kp14.netvision.net.il
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  13.  
  14. Hi!
  15.  
  16. I've got a method declared in a .hpp and its body - in the
  17. corresponding .cpp. Everything works OK until I add the "inline"
  18. word to the method. Then I get linker error "unresolved...<my method>.
  19. I'm using MSVC 1.52
  20.  
  21. Thanx,
  22. Greg
  23.  
  24.